Assert(Boolean,String,String,Object[]) Method
In This Topic
Checks for a condition and outputs the message and the call stack if the condition is false.
Syntax
Parameters
- condition
- The conditional expression to evaluate. If the condition is true, the specified message and the call stack are not displayed.
- message
- A message to display.
- detailMessageFormat
- A composite format string that contains text intermixed with zero or more format items, which correspond to objects in the args array.
- args
- An object array that contains zero or more objects to format.
See Also